.footer {
    width: 100%;
    background: #080808;
}

/* footer1 */
.f1 {
    width: 100%;
    padding: 0.27rem 0 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* logo */
.f1 .logo {
    width: 1.2rem;
    height: 0.56rem;
    overflow: hidden;
}
.f1 .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 联系信息 */
.f1 .contact {
    width: fit-content;
    margin-top: 0.26rem;
    display: flex;
    align-items: center;
}
.f1 .contact .item {
    margin-right: 0.58rem;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
}
.f1 .contact .item:last-child {
    margin-right: 0;
}
.f1 .contact img {
    /* width: 0.15rem; */
    height: 0.16rem;
    margin-right: 0.13rem;
    object-fit: contain;
}

/* footer2 */
.f2 {
    border-top: 0.01rem solid #646464;
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f2 .t1 {
    margin-right: 0.42rem;
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #9A9A9A;
}
.f2 .t2 {
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #9A9A9A;
}

